home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
database
/
tldr22.arj
/
NAMEC.SRL
< prev
next >
Wrap
Text File
|
1993-06-15
|
2KB
|
44 lines
-- This is the symbol rename list used by ToolDriver's NameChanger
-- utility. For more information, see the end of this file.
------------------------------------------------------------------------------
++CaseInsensitive
EMP_NM Employee_Name
++CaseSensitive
QOH QuantityOnHand
------------------------------------------------------------------------------
-- This file contains three types of lines:
------------------------------------------------------------------------------
-- 1. A comment line has "--' in the first two columns.
-- 2. An option line has "++' in the first two columns followed
-- immediately by one of these two options:
-- CaseSensitive - start case sensitivity
-- CaseInsensitive - start ignoring case
-- 3. A symbol remapping line has two symbols surrounded by white
-- space. The first symbol will be replaced by the second one.
-- Note that NameChanger just transforms individual symbols, not
-- partial symbols or multiple symbols.
------------------------------------------------------------------------------
-- The controls above tell NameChanger to transform the complete
-- symbol "EMP_NM" to "EMPLOYEE_NM" everywhere it's found, independently of
-- the case used.
--
-- The chart below shows the effect:
--
-- Old Symbol New Symbol
-- emp_nm EMPLOYEE_NAME
-- Emp_nm EMPLOYEE_NAME
-- EMP_NM EMPLOYEE_NAME
-- EMP_NM2 --- no change ---
-- P_emp_nm_2 --- no change ---
--
-- It also specifies that the complete symbol "QOH" is to be
-- changed to "QuantityOnHand", but only where the case matches exactly.
--
-- The chart below shows the effect:
--
-- Old Symbol New Symbol
-- qoh --- no change ---
-- QOH QuantityOnHand
-- aqohb --- no change ---
------------------------------------------------------------------------------